Spread for ASP.NET 12 Product Documentation
SortColumns(Int32,Int32,SortInfo[]) Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class > SortColumns Method : SortColumns(Int32,Int32,SortInfo[]) Method
Starting column index (the start of the range of columns to sort)
Number of columns in the range to sort
Array of SortInfo objects that contain the row indexes and the order of sorting
Sorts a range of columns in the sheet according to the specified parameters.
Syntax
'Declaration
 
Public Overloads Function SortColumns( _
   ByVal column As Integer, _
   ByVal columnCount As Integer, _
   ByVal sortInfo() As SortInfo _
) As Boolean
'Usage
 
Dim instance As SheetView
Dim column As Integer
Dim columnCount As Integer
Dim sortInfo() As SortInfo
Dim value As Boolean
 
value = instance.SortColumns(column, columnCount, sortInfo)
public bool SortColumns( 
   int column,
   int columnCount,
   SortInfo[] sortInfo
)

Parameters

column
Starting column index (the start of the range of columns to sort)
columnCount
Number of columns in the range to sort
sortInfo
Array of SortInfo objects that contain the row indexes and the order of sorting
See Also

Reference

SheetView Class
SheetView Members
Overload List